﻿@charset "utf-8";
/* CSS Document */

/* 通用属性 */
* {
	margin: 0;
	padding: 0;
	list-style: none;
}
.float_right {
	float: right;
}
body {
	font: 12px/22px "微软雅黑", Arial, Helvetica, sans-serif;
	color: #2c2c2c;
}
#main {
/*padding-top: 12px;*/
}
.bw_clear {
	clear: both;
}
.bw_left {
	float: left;
}
.bw_right {
	float: right;
}
.display_none {
	display: none;
}
.none_padding {
	padding: 0;f
}
img {
	border: 0;
	vertical-align: top;
}
.red {
	color: red;
}
.must_input {
	font-weight: bold;
	color: red;
}
.green {
	color: green;
}
.blue {
	color: blue;
}
.gray {
	color: gray;
}
.purple {
	color: purple;
}
.clear {
	clear: both;
}
.highlight {
	color: #FFF;
	background: red;
	padding: 1px;
}
/* a */ 
a {
	color: #2c2c2c;
	text-decoration: none;
	text-decoration: none;
	-o-transition: all 1.2s;
	-moz-transition: all 1.2s;
	-webkit-transition: all 1.2s;
	-ms-transition: all 1.2s;
	transition: all 1.2s;
}
a:visited {
}
a:active, a:hover {
	text-decoration: none;
	color: #f15929;
}
a:focus {
	outline: none;
}
p {
	line-height: 22px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
:focus {
	outline: 0;
	text-decoration: none;
}
a:focus {
	outline: 0;
	text-decoration: none;
	color: #f15929;
}




/* 顶部 */
#header {
	overflow: hidden;
	padding: 0 100px;
	height: 120px;
	background: url(/Template/cn/images/header_bg.jpg) repeat-x left top;
}
#top {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}
.top_left {
	float: left;
	text-align: left;
}
.top_right {
	float: right;
	text-align: right;
}
#top_main {
	margin: 10px 0 0;
	height: 60px;
	color: #f15929;
}
.top_logo {
	float: left;
	padding: 5px 0 0;
}
.top_logo img {
	height: 60px;
}
.top_add {
	float: left;
	padding: 0 0 0 10px;
}
.top_add h1 {
	line-height: 32px;
	font-size: 30px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}
.top_add h2 {
	line-height: 30px;
	font-size: 18px;
	margin-left: 8px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}
.top_more {
	float: right;
}
.top_more img {
	height: 70px;
}
/* 导航 */
#navigation_main {
	height: 40px;
	z-index: 1000;
	width: 100%;
	left: 0;
	background: url(../../images/bg-nav.jpg) repeat-x;
	box-shadow: 0 0px 5px rgba(0,0,0,0.8);
	overflow: hidden;
}
#navigation {
	height: 40px;
	margin: 0 100px;
}
#navigation ul li {
	width: 12.5%;
}
#navigation ul #navigation_home {
	float: left;
	line-height: 40px;
	text-align: center;
}
#navigation ul .main_nav {
	float: left;
	line-height: 40px;
	text-align: center;
	height: 40px;
	overflow: hidden;
}
#navigation ul li a {
	width: 100%;
	display: block;
	color: #fff;
}
#navigation ul li h1 {
	height: 40px;
	line-height: 40x;
	font-size: 16px;
}
#navigation ul li h2 {
	height: 28px;
	line-height: 28px;
	font-size: 16px;
	margin: 6px 0;
	border-radius: 5px;
}
#navigation ul li a:hover h2 {
	background: #333;
	-o-transition: all 2s;
	-moz-transition: all 2s;
	-webkit-transition: all 2s;
	-ms-transition: all 2s;
	box-shadow: 0 0px 10px rgba(255,255,255,0.8);
}
#navigation ul li a:hover h1 {
	margin: -40px 0 0;
	-o-transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-ms-transition: all 1s;
}
#navigation ul .current_navigation h2 {
	background: #333;
	box-shadow: 0 0px 10px rgba(255,255,255,0.8);
}
#navigation ul .current_navigation h1 {
	margin: -40px 0 0;
}
/*首页CSS*/
#ibwgycompany {
	border-top: 3px solid #fd7008;
	padding: 50px 200px 0;
}
#ibwgycompany h1, #ipro h1, #ibwservice h1 {
	text-align: center;
	color: #2C2D2E;
	font: 900 110px/106px "arial", sans-serif;
	letter-spacing: -0.04em;
	text-transform: uppercase;
}
#ibwgycompany h1 span, #ipro h1 span, #ibwservice h1 span {
	font-weight: 100;
}
#ibwgycompany ul {
	padding: 40px 0 0;
}
#ibwgycompany li {
	float: left;
	width: 46%;
	margin: 0 2% 50px;
	height: 140px;
}
#ibwgycompany li h2 {
	height: 140px;
	width: 140px;
	text-align: center;
}
#ibwgycompany li h2 img {
	height: 140px;
	width: 140px;
	background: #fd7008;
}
#ibwgycompany li h3 {
	font: 700 35px/35px "arial", sans-serif;
	color: #2C2D2E;
	text-transform: uppercase;
}
#ibwgycompany p {
	font-size: 16px;
	line-height: 20px;
}
#ibwgycompany li.li1, #ibwgycompany li.li3 {
	text-align: right;
}
#ibwgycompany li.li1 h2, #ibwgycompany li.li3 h2 {
	float: right;
	margin: 0 0 0 30px;
}
#ibwgycompany li.li2 h2, #ibwgycompany li.li4 h2 {
	float: left;
	margin: 0 30px 0 0;
}
#ibwgycompany li:hover h2 img {
	border-radius: 100%;
	box-shadow: 0 0 10px rgba(0,0,0,0.8);
	-o-transition: all 1.2s;
	-moz-transition: all 1.2s;
	-webkit-transition: all 1.2s;
	-ms-transition: all 1.2s;
	transition: all 1.2s;
}
#ibwgycompany h4 {
	width: 250px;
	height: 80px;
	line-height: 80px;
	background: #333;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	text-align: center;
	margin: 30px auto 0;
}
#ibwgycompany h4 a {
	font-size: 28px;
	color: #fff;
	display: block;
	border-radius: 5px;
}
#ibwgycompany h4 a:hover {
	background: #fd7008;
	box-shadow: 0 0 10px rgba(0,0,0,0.8);
}
.iavideo {
	height: 420px;
	width: 750px;
	margin: 0 auto;
	overflow: hidden;
}
.iavideo #ivideo {
	height: 420px;
	width: 750px;
}
.iavideo .ivideo {
	display: none;
}
#ipro {
	background: url(../../images/bg002.jpg) repeat-y fixed center;
	margin: 50px 0 0;
	padding: 0 0 50px;
}
#ipro h1 {
	color: #fff;
	padding: 40px 0 0;
}
#ipro ul {
}
#ipro li {
	width: 17.9%;
	float: left;
	text-align: center;
	margin: 20px 1%;
	-o-transition: all 1.2s;
	-moz-transition: all 1.2s;
	-webkit-transition: all 1.2s;
	-ms-transition: all 1.2s;
	transition: all 1.2s;
}
#ipro li div {
	padding: 20px;
	box-sizing: border-box;
}
#ipro h2 {
	border: 5px solid #fff;
	height: auto;
	width: 100%;
	border-radius: 100%;
	box-sizing: border-box;
}
#ipro h2 img {
	height: auto;
	width: 100%;
	border-radius: 100%;
	cursor: pointer;
}
#ipro h3 {
	margin: 20px 0 0;
	line-height: 36px;
	font-size: 16px;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 0 10px rgba(255,255,255,0.8);
}
#ipro h3 a {
	display: block;
}
#ipro h4 {
	display: none;
}
#ipro h5 {
	display: none;
}
#ipro li:hover {
	background: rgba(253,112,8,0.6) no-repeat;
	-o-transition: all 1.2s;
	-moz-transition: all 1.2s;
	-webkit-transition: all 1.2s;
	-ms-transition: all 1.2s;
	transition: all 1.2s;
	border-radius: 12px;
	box-shadow: 0 0 10px rgba(255,255,255,0.9);
}
#ipro li:hover h2 img {
	border-radius: 100%;
	-o-transition: all 1.2s;
	-moz-transition: all 1.2s;
	-webkit-transition: all 1.2s;
	-ms-transition: all 1.2s;
	transition: all 1.2s;
}
#ipro li:hover h3 {
	background: #000;
	-o-transition: all 1.2s;
	-moz-transition: all 1.2s;
	-webkit-transition: all 1.2s;
	-ms-transition: all 1.2s;
	transition: all 1.2s;
}
#ipro li:hover h3 a {
	-o-transition: all 1.2s;
	-moz-transition: all 1.2s;
	-webkit-transition: all 1.2s;
	-ms-transition: all 1.2s;
	transition: all 1.2s;
	color: #fff;
}
#ipro li:hover h5 {
	-o-transition: all 1.2s;
	-moz-transition: all 1.2s;
	-webkit-transition: all 1.2s;
	-ms-transition: all 1.2s;
	transition: all 1.2s;
	background: #fff;
}
#ipro li:hover h5 a {
	-o-transition: all 1.2s;
	-moz-transition: all 1.2s;
	-webkit-transition: all 1.2s;
	-ms-transition: all 1.2s;
	transition: all 1.2s;
	color: #000;
}
#ipro h6 {
	width: 244px;
	height: 74px;
	line-height: 74px;
	border: 3px solid #fff;
	text-align: center;
	margin: 0 auto;
}
#ipro h6 a {
	font-size: 28px;
	color: #fff;
	display: block;
	border-radius: 5px;
}
#ipro h6:hover {
	background: #fd7008;
	box-shadow: 0 0 10px rgba(255,255,255,0.8);
	border: 3px solid #fd7008;
	-moz-transition: all 1.2s;
	-webkit-transition: all 1.2s;
	-ms-transition: all 1.2s;
	transition: all 1.2s;
}
#ibwservice {
	margin: 50px 0 0;
}
#ibwservice ul {
	padding: 40px 0 0;
	width: 1000px;
	margin: 0 auto;
}
#ibwservice li {
	float: left;
	width: 490px;
	height: 200px;
	border-radius: 12px;
	box-shadow: 0 0 10px rgba(0,0,0,0.8);
}
#ibwservice li h2 {
	height: 200px;
	width: 200px;
}
#ibwservice li h2 img {
	height: 200px;
	width: 200px;
	background: #f15929;
}
#ibwservice li h3 {
	font: 500 25px/45px "arial", sans-serif;
	color: #2C2D2E;
	text-transform: uppercase;
	text-align: center;
}
#ibwservice p {
	font-size: 16px;
	line-height: 26px;
	padding: 0 10px;
}
#ibwservice li.li1, #ibwservice li.li3, #ibwservice li.li5 {
	margin: 0 20px 20px 0;
}
#ibwservice li.li1 h2, #ibwservice li.li3 h2, #ibwservice li.li5 h2 {
	float: left;
	border-radius: 12px 0 0 12px;
	margin: 0 10px 0 0;
}
#ibwservice li.li1 h2 img, #ibwservice li.li3 h2 img, #ibwservice li.li5 h2 img {
	border-radius: 12px 0 0 12px;
}
#ibwservice li.li2, #ibwservice li.li4, #ibwservice li.li6 {
	margin: 0 0 20px;
}
#ibwservice li.li2 h2, #ibwservice li.li4 h2, #ibwservice li.li6 h2 {
	float: right;
	border-radius: 0 12px 12px 0;
}
#ibwservice li.li2 h2 img, #ibwservice li.li4 h2 img, #ibwservice li.li6 h2 img {
	border-radius: 0 12px 12px 0;
}
#ibwservice li:hover h2 img {
	background: #fff;
	-o-transition: all 1.2s;
	-moz-transition: all 1.2s;
	-webkit-transition: all 1.2s;
	-ms-transition: all 1.2s;
	transition: all 1.2s;
}
#ibwservice li:hover {
	background: #f15929;
	-o-transition: all 1.2s;
	-moz-transition: all 1.2s;
	-webkit-transition: all 1.2s;
	-ms-transition: all 1.2s;
	transition: all 1.2s;
}
#ibwservice li:hover a:hover {
	color: #fff;
}
#ibwservice h4 {
	width: 250px;
	height: 80px;
	line-height: 80px;
	background: #f15929;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	text-align: center;
	margin: 0 auto;
}
#ibwservice h4 a {
	font-size: 28px;
	color: #fff;
	display: block;
	border-radius: 5px;
}
#ibwservice h4 a:hover {
	background: #333;
	box-shadow: 0 0 10px rgba(0,0,0,0.8);
}
#icase {
	box-shadow: 0 0 20px rgba(0,0,0,0.8);
}
#icase h1 {
	text-align: center;
	color: #fff;
	font: 900 72px/66px "arial", sans-serif;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	padding: 40px 0 0;
}
#icase h1 span {
	font-weight: 100;
}
.bwl {
	float: left;
	width: 26%;
	padding: 0 4%;
	background: #333;
}
.bwm {
	float: left;
	width: 25%;
	padding: 0 4%;
	background: #fd7008;
}
.bwr {
	float: left;
	width: 25%;
	padding: 0 4%;
	background: #333;
}
#icase h2 {
	width: 244px;
	height: 74px;
	line-height: 74px;
	border: 3px solid #fff;
	text-align: center;
	margin: 0 auto 40px;
}
#icase h2 a {
	font-size: 28px;
	color: #fff;
	display: block;
	border-radius: 5px;
}
#icase h2:hover {
	background: #fff;
	box-shadow: 0 0 10px rgba(255,255,255,0.8);
	border: 3px solid #fff;
	-moz-transition: all 1.2s;
	-webkit-transition: all 1.2s;
	-ms-transition: all 1.2s;
	transition: all 1.2s;
}
#icase h2:hover a:hover {
	color: #f15929;
}
.bwl ul, .bwm div {
	margin: 20px 0 40px;
	height: 300px;
	overflow: hidden;
}
.bwl li {
	float: left;
	width: 22.5%;
	margin: 0 1% 5px;
	text-align: center;
	vertical-align: middle;
}
.bwl li img {
	height: auto;
	max-width: 100%;
	box-shadow: 0 0 10px rgba(255,255,255,0.8);
}
.bwm #ivideo {
	width: 100%;
	height: 300px;
}
.bwm .ivideo {
	display: none;
}
#bwr {
	margin: 20px 0 40px;
	height: 300px;
	width: 100%;
	overflow: hidden;
}
#bwr li {
	float: left;
	height: 300px;
	margin: 0 20px 0 0;
}
#bwr li img {
	height: 300px;
	width: 300px;
	border-radius: 12px;
}
#bwr li a:hover img {
	border-radius: 100%;
	-o-transition: all 1.2s;
	-moz-transition: all 1.2s;
	-webkit-transition: all 1.2s;
	-ms-transition: all 1.2s;
	transition: all 1.2s;
}
.map-link {
	position: absolute;
	right: 40px;
	top: 30px;
	color: #FFF;
	font-size: 14px;
	background: url(images/map-bj-hover.png) no-repeat;
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 80px;
}
#map {
	height: 400px;
	position: relative;
}
#bwcontact #map {
	border-bottom: 3px solid #fc7e22;
}
/*企业文化文字代码*/

.cywh {
	width: 100%;
}
.cywh p {
	font-size: 16px;
	line-height: 26px;
	margin: 0 0 10px;
	text-indent: inherit
}
/*发展历程文字代码*/
.fzlc {
	padding: 20px;
}
.fzlc ul {
	float: left;
	width: 25%;
	padding: 0 2% 20px;
	border: 1px solid #f15929;
	border-radius: 22px;
}
.fzlc ul.ul2 {
	margin: 0 5%;
}
.fzlc ul.ul1, .develop ul.ul3 {
	margin: 0 -2px;
}
.fzlc h1 {
	font-size: 32px;
	line-height: 60px;
	color: #f15929;
}
.fzlc h2 {
	line-height: 20px;
	font-size: 16px;
	padding: 10px 0;
	border-bottom: 1px dotted #f15929;
}
.fzlc h2 span {
	float: left;
	position: absolute;
	color: #f15929;
	font-weight: bold;
}
.fzlc h2 p {
	position: relative;
	padding: 0 0 0 100px;
}
/* 版权信息 */
#copy {
	width: 100%;
	padding: 15px 0;
	margin-top: 0px;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	background: url(../../images/ft-bg.jpg) repeat-x;
}
#copy p {
	margin: 0;
}
#copy p a {
	color: #fff;
}
/* 幻灯 */
#banner {
	width: 100%;
}
#banner img {
	width: 100%;
	display: block;
	border-bottom: 2px solid #fd7008;
}
/* 主体 */
#content {
	width: auto;
	margin: 20px 200px;
	border-radius: 22px;
	box-shadow: 0 0 20px rgba(0,0,0,0.8);
	padding: 20px;
}
.container-fluid {
	width: auto;
	margin: 20px 10px;
	border-radius: 22px;
	box-shadow: 0 0 20px rgba(0,0,0,0.8);
	width: 85%;
}
/*产品小分类代码*/
.container-fluid .row {
	margin: 25px 0.1% 10px;
}
.container-fluid .row .col-md-3 {
	overflow: hidden;/*border-radius: 10px;
    -moz-border-radius: 10px;
    -webkitborder-radius: 10px;
    -ms-border-radius: 10px;*//*padding-bottom:20px;*/
}
.container-fluid .row .col-md-3 h3 {
	font-size: 26px;
	color: #FFF;
	line-height: 70px;
	padding-left: 15px;
	margin: 2px;
	background: -moz-linear-gradient(bottom, #ff6600, #fe6d0c, #f69d5e);
	background: -webkit-linear-gradient(bottom, #ff6600, #fe6d0c, #f69d5e);
	background: -o-linear-gradient(bottom, #ff6600, #fe6d0c, #f69d5e);
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-align: center;
}
.container-fluid .row .col-md-3 li {
	margin: 0 17px;
	font-size: 18px;
	color: #f06e0e;
	padding: 15px 0;
	border-bottom: 1px solid #999;
}
.container-fluid .row .col-md-3 li ul {
	margin-top: 15px;
}
.container-fluid .row .col-md-3 li ul li {
	font-size: 14px;
	margin: 0px;
	color: #383838;
	padding: 10px 0;
	border-bottom: 1px dashed #CCC;
}
.container-fluid .row .col-md-3 li .ys {
	border-top: 1px solid #999;
}
.container-fluid .row .col-md-9 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #a6a6a6;/*margin-left:30px;*/
}
.container-fluid .row .col-md-9 .row {
	margin: 0;
}
.container-fluid .row .col-md-9 .row .col-md-12 {
	font-size: 26px;
	/*width:97.9%;
	color: #FFF;
	/*	line-height:70px;
*/	/*padding-left:15px;*/
	text-align: center;margin:2px 2px 10px 2px;
	/*background: -moz-linear-gradient(bottom, #ff6600, #fe6d0c, #f69d5e);
	background: -webkit-linear-gradient(bottom, #ff6600, #fe6d0c, #f69d5e);
	background: -o-linear-gradient(bottom, #ff6600, #fe6d0c, #f69d5e);
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;*/*/
}
.container-fluid .row .col-md-9 .row #tr-dx {
	font-size: 16px;
    margin-left:1.5%;
}
#box {
	color: #2c2c2c;
	font-size: 13px;
}
#box .ycjs {
	color: #2c2c2c;
	font-size: 14px;
	line-height: 24px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.container-fluid .row .col-md-9 .row .chan-p {
	width: 97.9%;
	background: none;
}
.container-fluid .row .col-md-9 .row .col-md-12.col-lg-12.chan-p p {
	width: 100%;
	height: 38px;
	font-size: 16px;
	margin-top: 20px;
	border: 2px solid #969b92;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-align: center;
	line-height: 38px;
}
.container-fluid .row .col-md-9 .row .col-md-12.col-lg-12.chan-p p a {
	color: #fc8127;
	display: block;
}
.container-fluid .row .col-md-9 .row .col-md-12.col-lg-12.chan-p p a:hover {
	color: #FFF;
	background-color: #fc8127;
}
.container-fluid .row .col-md-9 .row .col-md-12 .zize {
	font-size: 14px;
}
/*产品详细页*/
.container-fluid .row .col-md-9 .row .szwz {
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	color: #FFF;
	font-size: 14px;
	height: 42px;
	line-height: 42px;
	/*    margin: 2px 0.2% 10px;
    padding-left: 15px;
*/    text-align: inherit;
	/*    width: 98%;
*/	background: -moz-linear-gradient(bottom, #ff6600, #fe6d0c, #f69d5e);
	background: -webkit-linear-gradient(bottom, #ff6600, #fe6d0c, #f69d5e);
	background: -o-linear-gradient(bottom, #ff6600, #fe6d0c, #f69d5e);
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.container-fluid .row .col-md-9 .row .szwz span {
	color: #000;
	margin-left: 2%;
}
.container-fluid .row .col-md-9 .row .szwz a {
	color: #fff;
	display: inline-table
}
.container-fluid .row .col-md-9 .row .bgw {
	background: none;
	margin-top: inherit;
	padding-left: inherit;
}
.container-fluid .row .col-md-9 .row .bgw .row .tup {
	/*width:50%;*/
	margin-left: 8px;
	margin-top: 1%;
	margin-bottom: 1%;
}
.container-fluid .row .col-md-9 .row .bgw .row .tup img {
	width: 100%;
}
.container-fluid .row .col-md-9 .row .bgw .row .xxkj {
/*width:47%;*/
}
.container-fluid .row .col-md-9 .row .bgw .row .xxkj .row .syhy {
	/*width:100%;*/
	background: inherit;
	text-align: left;
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #ff6600;
	margin-top: 12px;
	margin-bottom: 6px;
}
.container-fluid .row .col-md-9 .row .bgw .row .xxkj .row .syhy-nr {
	/*width:95%;*/
	background: none;
	font-size: 16px;
	color: #383838;
	line-height: 20px;
	padding: 10px;
	margin: 0 0 0 3px;
	border: 2px solid #f88e40;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 0 0 6px #5f5f5f inset;
	text-align: left;
}
.container-fluid .row .col-md-9 .row .bgw .row .tup .syhy {
	/*width:100%;*/
	background: inherit;
	text-align: left;
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #ff6600;
	margin-top: 12px;
	margin-bottom: 6px;
}
.container-fluid .row .col-md-9 .row .bgw .row .tup .syhy-nr {
	/*width:95%;*/
	background: none;
	font-size: 16px;
	color: #383838;
	line-height: 20px;
	padding: 10px;
	margin: 0 0 0 3px;
	border: 2px solid #f88e40;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 0 0 6px #5f5f5f inset;
	text-align: left;
}
.container-fluid .row .col-md-9 .row .bgw .row .xxkj .row .syhy-nr p {
	text-align: left;
	padding-bottom: 0;
	margin-bottom: 0;
	line-height: 30px;
}
.container-fluid .row .col-md-9 .row .bgw .row .xxkj .row .syhy-nr li {
	font-size: 14px;
	color: #383838;
	text-align: left;
	margin-bottom: 3px;
}
.container-fluid .row .col-md-9 .row .bgw .row .xxkj .row .ckbj {
	width: 90%;
	font-size: 16px;
	background: none;
	background-color: #fd7d1e;
	height: 42px;
	line-height: 42px;
	margin: 62px 0 0 15px;
	padding: 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 2px solid #8c8c8c;
}
.container-fluid .row .col-md-9 .row .bgw .row .xxkj .row .ckbj a {
	color: #FFF;
}
a.ckbz {
	color: #FFF;
}
a.ckbz:hover {
	color: #FFF;
}
.container-fluid .row .col-md-9 .row .bgw .row .ys {
	background: none;
	text-align: left;
	font-size: 14px;
	color: #000;
	height: 25px;
	margin: 0 0 0 15px;
	padding: 0;
	line-height: 40px;
}
.container-fluid .row .col-md-9 .row .bgw .row .ys span {
	color: #494949;
}
/*详情页下的内容*/
.container-fluid .row .col-md-9 .row .xqgg {
	width: 95%;
	background: none;
	font-size: 24px;
	font-weight: bold;
	color: #ff0000;
	margin: 30px 0 20px 15px;
	line-height: 50px;
	border-bottom: 3px solid #FA914C;
}
.xqgg {
	width: 95%;
	background: none;
	font-size: 24px;
	font-weight: bold;
	color: #ff0000;
	margin: 30px 0 20px 15px;
	line-height: 50px;
	border-bottom: 3px solid #FA914C;
	text-align: center;
}
.container-fluid .row .col-md-9 .row .xqggTwo {
	width: 95%;
	background: none;
	font-size: 24px;
	font-weight: bold;
	color: #ff0000;
	margin: 30px 0 0 15px;
	line-height: 50px;
	border-bottom: 3px solid #FA914C;
}
.xqggTwo {
	width: 95%;
	background: none;
	font-size: 24px;
	font-weight: bold;
	color: #ff0000;
	margin: 30px 0 0 15px;
	line-height: 50px;
	border-bottom: 3px solid #FA914C;
	text-align: center;
}
/*单页型*/
.custom {
	padding: 20px;
}
.custom p {
	font-size: 16px;
	line-height: 26px;
	margin: 0 0 10px;/*text-indent: 32px;*/
}
.custom img {
	max-width: 100%;
	height: auto;/*margin: 0 0 0 -32px;*/
}
.custom p span {
	color: #f15929;
	text-indent: 0;
}
.custom h2 img {
	margin: 0;
}
/*企业荣誉*/
.honor {
}
.honor li {
	float: left;
	text-align: center;
	width: 22%;
	margin: 10px 1.5%;
	border-radius: 12px;
	-moz-box-shadow: 0 0 10px #000 inset;
	-webkit-box-shadow: 0 0 10px #000 inset;
	box-shadow: 0 0 10px #000 inset;
	-o-box-shadow: 0 0 10px #000 inset;
	-ms-box-shadow: 0 0 10px #000 inset;
	-o-transition: all 1.2s;
	-moz-transition: all 1.2s;
	-webkit-transition: all 1.2s;
	-ms-transition: all 1.2s;
	transition: all 1.2s;
}
.honor li h1 {
	width: 90%;
	padding: 15px 5% 0;
}
.honor li h1 img {
	width: 100%;
	height: auto;
	border-radius: 12px;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.honor li h2 {
	margin: 5px 0 10px;
	line-height: 30px;
	font-size: 16px;
}
.honor li a {
	float: left;
	width: 100%;
	height: auto;
	color: #f60;
	border-radius: 12px;
}
.honor li a:hover {
	float: left;
	width: 100%;
	height: auto;
	background: #FD7008;
	box-shadow: 0 0 10px rgba(0,0,0,0.8);
	-o-transition: all 1.2s;
	-moz-transition: all 1.2s;
	-webkit-transition: all 1.2s;
	-ms-transition: all 1.2s;
	transition: all 1.2s;
	color: #fff;
}
.honor li a:hover img {
	border-radius: 100%;
	-o-transition: all 1.2s;
	-moz-transition: all 1.2s;
	-webkit-transition: all 1.2s;
	-ms-transition: all 1.2s;
	transition: all 1.2s;
}
/*发展历程*/

/*.develop {
	padding: 20px;
}
.develop ul {
	float: left;
	width: 26%;
	padding: 0 2% 20px;
	border: 1px solid #f15929;
	border-radius: 22px;
}
.develop ul.ul2 {
	margin: 0 5%;
}
.develop ul.ul1, .develop ul.ul3 {
	margin: 0 -2px;
}
.develop h1 {
	font-size: 32px;
	line-height: 60px;
	color: #f15929;
}
.develop h2 {
	line-height: 20px;
	font-size: 16px;
	padding: 10px 0;
	border-bottom: 1px dotted #f15929;
}
.develop h2 span {
	float: left;
	position: absolute;
	color: #f15929;
	font-weight: bold;
}
.develop h2 p {
	position: relative;
	padding: 0 0 0 100px;
}
*//*新闻型*/
.newss ul {
	padding: 20px 10px;
}
.newss li {
	line-height: 18px;
	border-bottom: 1px dotted #f15929;
	padding: 10px 0;
	font-size: 16px;
	float: left;
	width: 46%;
	margin: 0 2%;
}
.newsd li {
	border: 1px solid #f15929;
	padding: 10px;
	margin: 0 0 20px;
	border-radius: 12px;
	box-shadow: 0 0 10px rgba(0,0,0,0.8);
}
.newsd_title {
	font-size: 16px;
	line-height: 20px;
	padding: 6px 0;
	border-bottom: 1px dotted #f15939;
}
.newsd_content {
	color: #333;
	padding: 10px 0;
}
.newsd_content p {
	line-height: 20px;
	font-size: 14px;
}
.newsd_intro {
	text-align: right;
	color: #333;
	border-top: 1px dotted #f15939;
	line-height: 26px;
	font-size: 14px;
}
.newsd_intro a {
	color: #333;
}
.news li {
	float: left;
	width: 20%;
	margin: 10px 1.5%;
	border-radius: 12px;
	box-shadow: 0 0 10px rgba(0,0,0,0.8);
	padding: 10px 1%;
	-o-transition: all 1.2s;
	-moz-transition: all 1.2s;
	-webkit-transition: all 1.2s;
	-ms-transition: all 1.2s;
	transition: all 1.2s;
}
.news h1 {
}
.news img {
	width: 100%;
	border-radius: 22px;
}
.news h2 {
	text-align: center;
	line-height: 22px;
	font-size: 18px;
	text-overflow: ellipsis;
	margin: 10px 0 0;
	padding: 3px 0;
}
.news h3 {
	margin: 5px 0;
	height: 90px;
	overflow: hidden;
}
.news h3 p {
	line-height: 18px;
	font-size: 14px;
}
.news h4 {
	font-size: 16px;
	line-height: 32px;
	margin: 0 20px;
}
.news h4 a {
	display: block;
	background: #333;
	color: #fff;
	text-align: center;
}
.news li:hover {
	background: #f15939;
	-o-transition: all 1.2s;
	-moz-transition: all 1.2s;
	-webkit-transition: all 1.2s;
	-ms-transition: all 1.2s;
	transition: all 1.2s;
	color: #fff;
}
.news li:hover img {
	box-shadow: 0 0 5px rgba(0,0,0,0.8);
	-o-transition: all 1.2s;
	-moz-transition: all 1.2s;
	-webkit-transition: all 1.2s;
	-ms-transition: all 1.2s;
	transition: all 1.2s;
}
.news li:hover h2 a {
	-o-transition: all 1.2s;
	-moz-transition: all 1.2s;
	-webkit-transition: all 1.2s;
	-ms-transition: all 1.2s;
	transition: all 1.2s;
	color: #fff;
}
.news li:hover h4 a {
	-o-transition: all 1.2s;
	-moz-transition: all 1.2s;
	-webkit-transition: all 1.2s;
	-ms-transition: all 1.2s;
	transition: all 1.2s;
	color: #f15939;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,0.8);
}
/*资料下载*/
.dlist_detail li {
	margin: 10px 2%;
	float: left;
	width: 46%;
}
.dlist_detail_title {
	font-size: 16px;
	line-height: 32px;
}
.dlist_detail_intro {
	color: #333;
	border-top: 1px dotted #333;
	margin-bottom: 10px;
	line-height: 28px;
	height: 28px;
	background: #f5f5f5;
	padding: 0 5px;
}
.dlist_detail_intro a {
	color: #333;
}
.dlist_detail strong {
	padding: 0 10px 0 0;
}
/*产品列表*/
.pros li {
	float: left;
	width: 18%;
	margin: 37px 1%;
	height: 220px;
	text-align: center;
}
.pros li a {
	float: left;
	width: 100%;
	height: 220px;
}
.pros li img {
	width: 220px;
	height: 220px;
	border-radius: 125px;
	box-shadow: 0 0 10px rgba(0,0,0,0.8);
}
.pros li a:hover {
	float: left;
	width: 100%;
	height: 220px;
}
.pros li a h1 {
	width: 220px;
	height: 220px;
	text-align: center;
	line-height: 220px;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	margin: 0 auto;
}
.pros li a h2 {
	height: 220px;
	position: relative;
	margin: -220px auto 0;
}
.pros li a:hover h2 {
	margin: -440px 0 0;
	-o-transition: all .8s;
	-moz-transition: all .8s;
	-webkit-transition: all .8s;
	-ms-transition: all .8s;
	transition: all .8s;
	-o-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.pros li a:hover h1 {
	display: block;
	background: #fd7008;
	-o-transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
	border-radius: 125px;
	box-shadow: 0 0 10px rgba(0,0,0,0.8);
}
.prod {
}
.prod li {
	float: left;
	width: 18%;
	margin: 10px 1%;
	border-radius: 22px;
	box-shadow: 0 0 10px rgba(0,0,0,0.8);
}
.prod img {
	max-width: 100%;
	border-radius: 22px;
	display: block;
}
.prod li a {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 22px;
}
.prod li a:hover {
}
.prod li a:hover img {
	transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.prod li .prod-cont {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	z-index: 2;
}
.prod li h1 {
	line-height: 24px;
	background: rgba(0,0,0,0.8);
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 10px;
	margin: 0 0 20px;
}
.prod li h2 {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	background: #f60;
	display: block;
	border-radius: 8px;
	width: 100px;

	margin: 0 auto;
	text-align: center;
}
.prod li a:hover .prod-cont h2 {
	background: #fff;
	color: #333;
	-o-transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}
.prod .prod-cont-hover {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 0;
	width: 0;
	background: #f60;
	opacity: 0.6;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.prod li a:hover .prod-cont-hover {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	border-radius: 0;
	border-radius: 22px;
}
/*视频列表*/
.video {
}
.video li {
	float: left;
	width: 18%;
	margin: 10px 1%;
	box-shadow: 0 0 10px rgba(0,0,0,0.8);
	background: #f60;
}
#video {
	width: 100%;
	height: 240px;
	display: block;
	background: #000;
}
.nvideo {
	width: 100%;
	height: 0;
	display: none;
	background: #000;
}
.video p {
	line-height: 20px;
	padding: 2px 0 10px;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
/*案例*/
.case {
}
.case li {
	float: left;
	width: 29.3333334%;
	margin: 20px 2%;
}
.case li div {
	height: 250px;
	width: 250px;
	text-align: center;
	overflow: hidden;
	margin: 0 auto;
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.case li h3 {
	height: 250px;
	width: 250px;
	margin: 0 auto;
	overflow: hidden;
}
.case li h3 img {
	height: 250px;
	width: 250px;
	-o-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.case li h4 {
	height: 250px;
	width: 250px;
	line-height: 250px;
	font-size: 22px;
	margin: 0 auto;
	border-radius: 100%;
	-o-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	font-weight: normal;
}
.case li h4 a {
	color: #fff;
	display: block;
}
.case li h4 a:hover {
	color: #fff;
}
.case li div:hover h3 {
	margin: -250px 0 0;
	-o-transition: all 1.5s;
	-moz-transition: all 1.5s;
	-webkit-transition: all 1.5s;
	-ms-transition: all 1.5s;
	transition: all 1.5s;
	-o-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.case li div:hover h4 {
	background: #f60;
	-o-transition: all 2s;
	-moz-transition: all 2s;
	-webkit-transition: all 2s;
	-ms-transition: all 2s;
	transition: all 2s;
}
.pic {
}
.pic li {
	float: left;
	width: 22%;
	margin: 15px 1.5%;
	border-radius: 100%;
	box-shadow: 0 0 10px rgba(0,0,0,0.8);
}
.pic img {
	max-width: 100%;
	border-radius: 22px;
	display: block;
}
.pic li a {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 100%;
}
.pic li a:hover {
}
.pic li a:hover img {
	transform: scale(0.8, 0.8);
	-o-transform: scale(0.8, 0.8);
	-moz-transform: scale(0.8, 0.8);
	-webkit-transform: scale(0.8, 0.8);
	transform: scale(0.8, 0.8);
	-webkit-transition: all 1.2s ease;
	-moz-transition: all 1.2s ease;
	-o-transition: all 1.2s ease;
	-ms-transition: all 1.2s ease;
	transition: all 1.2s ease;
}
.pic h2 {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 0;
	width: 0;
	background: url(images/pic_hover.png) no-repeat center;
	opacity: 0.3;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.pic li a:hover h2 {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	border-radius: 100%;
}
/* ---------------- */
.propic {
}
.propic li {
	float: left;
	width: 22%;
	margin: 15px 1.5%;
}
.propic li div.proimglist {
	width: 100%;
	border-radius: 6%;
	box-shadow: 0 0 10px rgba(0,0,0,0.8);
}
.propic li div.proimglist img {
	max-width: 100%;
	border-radius: 15px;
	display: block;
}
.propic li div.proimglist a {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 6%;
}
.propic li div.proimglist a:hover {
}
.propic li div.proimglist a:hover img {
	transform: scale(0.8, 0.8);
	-o-transform: scale(0.8, 0.8);
	-moz-transform: scale(0.8, 0.8);
	-webkit-transform: scale(0.8, 0.8);
	transform: scale(0.8, 0.8);
	-webkit-transition: all 1.2s ease;
	-moz-transition: all 1.2s ease;
	-o-transition: all 1.2s ease;
	-ms-transition: all 1.2s ease;
	transition: all 1.2s ease;
}
.propic li div.proimglist h2 {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 0;
	width: 0;
	background: url(images/pic_hover.png) no-repeat center;
	opacity: 0.3;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.propic li div.proimglist a:hover h2 {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	border-radius: 6%;
}
.propic li p {
	font-size: 18px;
	text-align: center;
	line-height: 38px;
	height: 40px;
	margin-top: 20px;
	border: 2px solid #9a9a9a;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.propic li p a {
	color: #fc8934;
	height: 40px;
	display: block;
}
.propic li p a:hover {
	background-color: #fc8934;
	color: #FFF;
}
/* ---------------- */
.propic2 {
}
.propic2 li {
	float: left;
	width: 30%;
	margin: 15px 1.4%;
}
.propic2 li div.proimglist {
	width: 100%;
	border-radius: 10%;
	box-shadow: 0 0 10px rgba(0,0,0,0.8);
}
.propic2 li div.proimglist img {
	max-width: 100%;
	border-radius: 10%;
	display: block;
}
.propic li div.proimglist a {
	display: block;
	position: relative;
	overflow: hidden;/*border-radius: 10%;*/
}
.propic2 li div.proimglist a:hover {
}
.propic2 li div.proimglist a:hover img {
	transform: scale(0.8, 0.8);
	-o-transform: scale(0.8, 0.8);
	-moz-transform: scale(0.8, 0.8);
	-webkit-transform: scale(0.8, 0.8);
	transform: scale(0.8, 0.8);
	-webkit-transition: all 1.2s ease;
	-moz-transition: all 1.2s ease;
	-o-transition: all 1.2s ease;
	-ms-transition: all 1.2s ease;
	transition: all 1.2s ease;
}
.propic2 li div.proimglist h2 {
	position: absolute;
	height: 0;
	width: 0;
	background: url(images/pic_hover.png) no-repeat center;
	opacity: 0.3;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.propic2 li div.proimglist a:hover h2 {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	border-radius: 10%;
}
/*产品首页修改*/
.pic {
}
.pic1 li {
	float: left;
	width: 18%;
	margin: 15px 1%;
	border-radius: 100%;
	box-shadow: 0 0 10px rgba(0,0,0,0.8);
}
.pic1 img {
	max-width: 100%;
	border-radius: 22px;
	display: block;
}
.pic1 li a {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 100%;
}
.pic1 li a:hover {
}
.pic1 li a:hover img {
	transform: scale(0.8, 0.8);
	-o-transform: scale(0.8, 0.8);
	-moz-transform: scale(0.8, 0.8);
	-webkit-transform: scale(0.8, 0.8);
	transform: scale(0.8, 0.8);
	-webkit-transition: all 1.2s ease;
	-moz-transition: all 1.2s ease;
	-o-transition: all 1.2s ease;
	-ms-transition: all 1.2s ease;
	transition: all 1.2s ease;
}
.pic1 h2 {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 0;
	width: 0;
	background: url(images/pic_hover.png) no-repeat center;
	opacity: 0.3;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.pic1 li a:hover h2 {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	border-radius: 100%;
}
/*人才招聘*/
.zp {
	font-family: "宋体";
}
.zp h6 {
	line-height: 78px;
	font-size: 40px;
	border-bottom: 1px solid #f60;
	color: #000;
}
.zp_list {
	padding: 24px 0 0;
}

.zp_list li {
	float: left;
	line-height: 28px;
	font-size: 20px;
	margin: 0 33px 0 0;
}
#zp {
	margin: 20px 0 0;
	border-top: 1px solid #f60;
}
#zp .zhaopin {
	border-top: 1px solid #e3e3e3;
	padding-top: 25px;
	float: left;
	margin: 20px 1% 0;
	width: 48%;
	box-shadow: 0 0 10px rgba(0,0,0,0.8);
}
#zp .current {
	background: #fdf4eb;
}
#zp .zhaopin {
	width: 48%;
}
#zp .zhaopin .jianjie {
	padding-bottom: 35px;
}
#zp .zhaopin .jianjie .zhiwei {
	width: 210px;
	display: inline-block !important;
	_zoom: 1;
*display:inline;
	height: 30px;
}
#zp .zhaopin .jianjie .require {
	width: 420px;
	display: inline-block !important;
	_zoom: 1;
*display:inline;
}
#zp .zhaopin .jianjie .require ul li {
	display: inline-block !important;
	_zoom: 1;
*display:inline;
	margin-top: 15px;
	margin-left: 40px;
	font-size: 12px;
	color: #454545;
	width: 160px;
}
#zp .zhaopin .jianjie .require .click {
	cursor: pointer;
}
#zp .zhaopin .jianjie .require .click img {
	margin-left: 20px;
}
#zp .miaoshu {
	padding-bottom: 20px;
}
#zp .zhaopin h2 {
	font-size: 14px;
	color: #454545;
	float: left;
	padding-left: 20px;
}
.zp .zhaopin h1 {
	font-size: 12px;
	color: #454545;
	margin-top: 15px;
	font-weight: normal;
	padding-left: 20px;
}
.zp .zhaopin h1 span {
	font-weight: normal;
}
#zp .zhaopin .mb {
	margin-bottom: 15px;
}
#zp .zhaopin p {
	font-size: 12px;
	color: #454545;
	line-height: 250%;
	padding: 0 20px;
}
/*联系我们*/
.contact h6 {
	line-height: 78px;
	font-size: 40px;
	border-bottom: 1px solid #f60;
	color: #f60;
	font-family: "宋体";
	margin: 0 0 20px;
}
.contact #map {
	margin: 20px 0 0;
	border: 2px solid #f60;
}
/*分类列表 - 无限级分类*/
#cate {
	margin: 20px 0 0;
}
#bwgy6 {
	width: 1118px;
	height: 36px;
	border: 2px solid #fd7008;
	margin: 0 auto;
	box-shadow: 0 0 10px rgba(0,0,0,0.8);
}
#bwgy3 {
	width: 484px;
	height: 36px;
	border: 2px solid #f15929;
	margin: 0 auto;
	box-shadow: 0 0 10px rgba(0,0,0,0.8);
}
#bwgy5 {
	width: 646px;
	height: 36px;
	border: 2px solid #fd7008;
	margin: 0 auto;
	box-shadow: 0 0 10px rgba(0,0,0,0.8);
}
#bwgy2 {
	width: 322px;
	height: 36px;
	border: 2px solid #fd7008;
	margin: 0 auto;
	box-shadow: 0 0 10px rgba(0,0,0,0.8);
}
#bwgy2 li.li2 a, #bwgy3 li.li3 a, #bwgy6 li.li6 a, #bwgy5 li.li5 a, #bwgy4 li.li4 a {
	border-radius: 0 10px 10px 0;
}
#bwgy1 {
	width: 160px;
	height: 36px;
	border: 2px solid #f15929;
	margin: 0 auto;
	box-shadow: 0 0 10px rgba(0,0,0,0.8);
}
#bwgy1 li.li1 a {
	border-radius: 10px;
}
#bwgy4 {
	width: 646px;
	height: 36px;
	border: 2px solid #f15929;
	margin: 0 auto;
	box-shadow: 0 0 10px rgba(0,0,0,0.8);
}
.channel_list_recursion {
	border-radius: 12px;
}
.channel_list_recursion li {
	line-height: 36px;
	text-align: center;
	font-size: 18px;
	border-left: 2px solid #fd7008;
	float: left;
	width: 222px;
}
.channel_list_recursion li a {
	display: block;
}
.channel_list_recursion li a:hover {
	background: #fd7008;
	color: #FFF;
	-moz-box-shadow: 0 0 10px #333 inset;
	-webkit-box-shadow: 0 0 10px #333 inset;
	-o-box-shadow: 0 0 10px #333 inset;
	-ms-box-shadow: 0 0 10px #333 inset;
	box-shadow: 0 0 10px #333 inset;
}
.channel_list_recursion #current_channel_recursion a {
	background: #f15929;
	color: #FFF;
}
.channel_list_recursion .bwactivated {
	background: #fd740f;
	color: #FFF;
	-moz-box-shadow: 0 0 10px #454545 inset;
	-webkit-box-shadow: 0 0 10px #454545 inset;
	-o-box-shadow: 0 0 10px #454545 inset;
	-ms-box-shadow: 0 0 10px #454545 inset;
	box-shadow: 0 0 10px #454545 inset;
}
.channel_list_recursion li.li1 {
	border: none;
}
.channel_list_recursion li.li1 a {
	border-radius: 10px 0 0 10px;
}
/*新闻页修改代码*/
.channel_list_recursion1 {
	border-radius: 12px;
}
.channel_list_recursion1 li {
	line-height: 36px;
	text-align: center;
	font-size: 18px;
	border-left: 2px solid #fd7008;
	float: left;
	width: 160px;
}
.channel_list_recursion1 li a {
	display: block;
}
.channel_list_recursion1 li a:hover {

	background: #fd7008;
	color: #FFF;
	-moz-box-shadow: 0 0 10px #333 inset;
	-webkit-box-shadow: 0 0 10px #333 inset;
	-o-box-shadow: 0 0 10px #333 inset;
	-ms-box-shadow: 0 0 10px #333 inset;
	box-shadow: 0 0 10px #333 inset;
}
.channel_list_recursion1 .bwactivated {
	background: #fd7008;
	color: #FFF;
	-moz-box-shadow: 0 0 10px #454545 inset;
	-webkit-box-shadow: 0 0 10px #454545 inset;
	-o-box-shadow: 0 0 10px #454545 inset;
	-ms-box-shadow: 0 0 10px #454545 inset;
	box-shadow: 0 0 10px #454545 inset;
}
.channel_list_recursion1 li.li1 {
	border: none;
}
.channel_list_recursion1 li.li1 a {
	border-radius: 10px 0 0 10px;
}
/*关于我们修改代码*/
.channel_list_recursion2 {
	border-radius: 12px;
}
.channel_list_recursion2 li {
	line-height: 36px;
	text-align: center;
	font-size: 18px;
	border-left: 2px solid #fd7008;
	float: left;
	width: 160px;
}
.channel_list_recursion2 li a {
	display: block;
}
.channel_list_recursion2 li a:hover {
	background: #fd7008;
	color: #FFF;
	-moz-box-shadow: 0 0 10px #333 inset;
	-webkit-box-shadow: 0 0 10px #333 inset;
	-o-box-shadow: 0 0 10px #333 inset;
	-ms-box-shadow: 0 0 10px #333 inset;
	box-shadow: 0 0 10px #333 inset;
}
.channel_list_recursion2 .bwactivated {
	background: #fd7008;
	color: #FFF;
	-moz-box-shadow: 0 0 10px #454545 inset;
	-webkit-box-shadow: 0 0 10px #454545 inset;
	-o-box-shadow: 0 0 10px #454545 inset;
	-ms-box-shadow: 0 0 10px #454545 inset;
	box-shadow: 0 0 10px #454545 inset;
}
.channel_list_recursion2 li.li1 {
	border: none;
}
.channel_list_recursion2 li.li1 a {
	border-radius: 10px 0 0 10px;
}
/*首页的联系我们*/
.bk {
	width: 95% !important;
	border-radius: 0;
	box-shadow: none;
	margin-top: 43px;
}
.container-fluid .row .lxwm h2 {
	font-size: 40px;
	color: #2c2d2e;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 1px solid #bfb6a5;
	margin-bottom: 25px;
}
.container-fluid .row .lxwm p {
	font-size: 16px;
	color: #2c2d2e;
	line-height: 23px;
	font-weight: bold;
}
.container-fluid .row .lxwm span {
	margin-left: 30px;
}
.container-fluid .row .lxwm .ys {
	font-size: 15px;
	font-weight: bold;
}
.container-fluid .row .lxwm img {
	float: left;
	margin-right: 10px;
}
.container-fluid .row .yj {
/*margin-left:45px;
	width:52.9%;*/
}
.container-fluid .bk-ys {
/*margin:0;*/
}
.container-fluid .row .yj h2 {
	font-size: 40px;
	color: #2c2d2e;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 1px solid #bfb6a5;
	margin-bottom: 25px;
}
.container-fluid.bk .row .yj .bk-aniu {
	width: 70%;
	height: 33px;
	margin: 15px 0 0 0;
}
.container-fluid.bk .row .yj .bk-aniu .aniu {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0;
	margin-right: 6%;
	font-size: 16px;
	text-align: center;
	color: #FFF;
}
/*详细页的联系我们*/

.bk {
	width: 100%;
	border-radius: 0;
	box-shadow: none;
	margin-top: 43px;
}
.container-fluid .row .col-md-9 .kjj {
	margin-top: 30px;
}
.container-fluid .row .lxwmOne {
/*	margin: 0 3.55% 0 1.8%;
    width: 45%;
*/}
.container-fluid .row .lxwmOne h2 {
	font-size: 30px;
	color: #2c2d2e;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 1px solid #bfb6a5;
	margin-bottom: 25px;
}
.container-fluid .row .lxwmOne h3 {
	font-size: 14px;
	text-align: left;
}
.container-fluid .row .lxwmOne h4 {
	font-size: 14px;
	text-align: left;
}
.container-fluid .row .lxwmOne h5 {
	font-size: 16px;
	line-height:35px;
	color:#ff6600;
	font-weight:bold;
}
.container-fluid .row .lxwmOne p {
	font-size: 16px;
	color: #2c2d2e;
	line-height: 20px;
	text-align: left;
	font-weight: bold;
}

.container-fluid .row .lxwmOne p.boldt {
	font-size:20px; line-height:25px;
	
}


.container-fluid .row .lxwmOne span {
	margin-left: 10px;
}
.container-fluid .row .lxwmOne .ys {
	font-size: 15px;
	font-weight: bold;
}
.container-fluid .row .lxwmOne img {
	/*width: 90px;*/
	float: left;
	margin-right: 10px;
}
.container-fluid .row .yjOne {
	margin-left: 15px;/*width:43.5%;*//*margin-left: 4.3%;
    width: 49%;*/
}
.container-fluid .row .col-md-9 .row .yjOne .bk-ysOne {
	margin: 0;
}
.container-fluid .row .col-md-9 .row .yjOne .bk-ysOne .ysOne {
	background: none;
	padding: 0;
	margin: 0;
}
.container-fluid .bk-ysOne .ysOne {
/*width:45%;*/
}
.container-fluid .bk-ysOne .ysTwo {
	width: 98%;
	margin-top: 20px;
}
.container-fluid .row .yjOne h2 {
	font-size: 40px;
	color: #2c2d2e;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 1px solid #bfb6a5;
	margin-bottom: 25px;
}
.container-fluid .row .col-md-9 .row.kjj .yjOne .bk-aniu {
	width: 90%;
	height: 33px;
	margin: 0 0 30px;
}
.container-fluid .row .col-md-9 .row.kjj .yjOne .bk-aniu .aniu {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0;
	margin-right: 6%;
	font-size: 16px;
	text-align: center;
	color: #FFF;
	width: 33%;
}
/*经典案例的详细页*/
.container-fluid .jdal-bk {
	margin-top: 15px;
}
.container-fluid .jdal-bk .col-md-12 .jdal-xx {
	margin: 0 0 25px;
}
.container-fluid .jdal-bk .col-md-12 .jdal-xx .szwz {
	font-size: 14px;
	color: #383838;
	padding-left: 15px;
	margin-bottom: 10px;
}
.container-fluid .jdal-bk .col-md-12 .jdal-xx .szwz a {
	color: #FFF;
}
.container-fluid .jdal-bk .col-md-12 .jdal-xx .szwz span {
	color: #000;
}
.container-fluid .jdal-bk .col-md-12 .jdal-xx .col-md-12.col-lg-12 .jdal-cptkj {
	margin: 0;
}
.container-fluid .jdal-bk .col-md-12 .jdal-xx .col-md-12.col-lg-12 .jdal-cptkj .jdal-cpt {
/*width:43%*/;
}
.container-fluid .jdal-bk .col-md-12 .jdal-xx .col-md-12.col-lg-12 .jdal-cptkj .jdal-cpt img {
	width: 100%;
}
.container-fluid .jdal-bk .col-md-12 .jdal-xx .col-md-12.col-lg-12 .jdal-cptkj .jdal-sm {
	/*width:55%;*/
	margin-left: 1.66%;
	margin-top: 12px;
	border: 2px solid #fb741a;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0 0 10px #5f5f5f inset;
}
.container-fluid .jdal-bk .col-md-12 .jdal-xx .col-md-12.col-lg-12 .jdal-cptkj .jdal-sm .jdal-smk {
	margin: 30px 33px 20px;
}
.container-fluid .jdal-bk .col-md-12 .jdal-xx .col-md-12.col-lg-12 .jdal-cptkj .jdal-sm .jdal-smk .jdal-bt {
	font-size: 30px;
	text-align: center;
	border-bottom: 2px solid #fe9047;
	padding-bottom: 20px;
}
.container-fluid .jdal-bk .col-md-12 .jdal-xx .col-md-12.col-lg-12 .jdal-cptkj .jdal-sm .jdal-smk .jdal-syhy {
	font-size: 18px;
	color: #fff;
	margin-top: 20px;
	border: 2px #999 solid;
	background: #FD7109;
	text-align: left;
	line-height: 35px;
	border-radius: 5px;
	text-indent: 8px;
	margin-bottom: 15px;
}
.container-fluid .jdal-bk .col-md-12 .jdal-xx .col-md-12.col-lg-12 .jdal-cptkj .jdal-sm .jdal-smk .jdal-syhy-nr {
	font-size: 14px;
	color: #383838;
	line-height: 20px;
	margin-top: 10px;
}
.container-fluid .jdal-bk .col-md-12 .jdal-xx .col-md-12.col-lg-12 .jdal-cptkj .jdal-sm .jdal-smk .jdal-syhy-nr p {
	margin: 0;
}
.container-fluid .jdal-bk .col-md-12 .jdal-fybj {
	text-align: center;
}
.container-fluid .jdal-bk .col-md-12 .jdal-fybj .jdal-syp {
	width: 7%;
	height: 36px;
	font-size: 16px;
	line-height: 36px;
	border: 2px solid #fe9047;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right: 2%;
	transition: all 1s ease;
}
.container-fluid .jdal-bk .col-md-12 .jdal-fybj .jdal-syp a {
	display: block;
}
.container-fluid .jdal-bk .col-md-12 .jdal-fybj .jdal-syp a:hover {
	background-color: #fe9047;
	color: #FFF;
}
/*联系我们代码*/
.container-fluid .lxwm-bk {
	margin-top: 50px;
}
.container-fluid .lxwm-bk .lxwm {
	margin: 0 0.8%;/*width:45%;*/
}
.container-fluid .lxwm-bk .lxwm span {
	margin-left: 20px;
}
c .container-fluid .row .yj-1 {
/*margin-left:40px;
	width:51.5%;*/
}
.container-fluid .row .yj-1 h2 {
	font-size: 40px;
	color: #2c2d2e;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 1px solid #bfb6a5;
	margin-bottom: 25px;
}
.container-fluid .row .yj-1 .bk-aniu {
	width: 70%;
	height: 33px;
	margin: 15px 0 0 0;
}
.container-fluid .row .yj-1 .bk-aniu .aniu {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0;
	margin-right: 6%;
	font-size: 16px;
	text-align: center;
	color: #FFF;
}
.container-fluid #map {
	border-bottom: 3px solid #fc7e22;
	margin-bottom: 50px;
}
.swiper-container {
	width: 100%;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
}
.swiper-slide {
	background-size: cover;
	background-position: center;
}
.gallery-top {
	height: 80%;
	width: 100%;
}
.gallery-thumbs {
	height: 100px;
	box-sizing: border-box;
	padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}
.gallery-thumbs .swiper-slide-active {
	opacity: 1;
}
.proclasstitle {
	line-height: 70px;
	background: -moz-linear-gradient(bottom, #ff6600, #fe6d0c, #f69d5e);
	background: -webkit-linear-gradient(bottom, #ff6600, #fe6d0c, #f69d5e);
	background: -o-linear-gradient(bottom, #ff6600, #fe6d0c, #f69d5e);
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color:#fff;
}
.videolist {
	padding-top: 1%;
	background-color: #000;
	margin: 1% 1% 1% 2%;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.8);
	-ms-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.8);
	-o-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.8);/*padding-bottom: 1px;*/
}
.container-fluid .row .yjOne .ys-001 {
	font-size: 40px;
}
#main .container-fluid.bk .row .lxwmTwo {
	width: 43.5% !important;
	margin-right: 5%;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}/* End hide from IE-mac */
a.goback {
	color: #D14609;
	font-size: 26px;
	font-weight: bold;
	line-height: 35px;
	text-decoration: none;
}
a.goback:hover {
	color: #ff4400;
	font-size: 26px;
	font-weight: bold;
	line-height: 35px;
	text-decoration: none;
}
a.gotop {
	color: #D14609;
	font-size: 26px;
	font-weight: bold;
	line-height: 35px;
	text-decoration: none;
}
a.gotop:hover {
	color: #ff4400;
	font-size: 26px;
	font-weight: bold;
	line-height: 35px;
	text-decoration: none;
}
.contentbody {
	font-size: 14px;
	line-height: 20px;
}
.cf {
	font-size: 30px;
}
#custom-ys {
	margin-bottom: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
	border: 1px #ccc solid;
	-webkit-box-shadow: 0px 6px 4px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 0px 6px 4px 0px rgba(50, 50, 50, 0.3);
	box-shadow: 0px 6px 4px 0px rgba(50, 50, 50, 0.3);
	height: 320px;
	overflow-y:auto;
	padding:8px;
	margin-left:1%;
}
#custom-ys p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 3px;
}
.ctt2 {
	overflow: hidden;
	margin-bottom: 10px;
	color: #0093DC;
	line-height: 24px;
}
/*信息详情页*/
.info {
}
#info_name {
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	line-height: 40px;
	color: #f60;
}
#info_intro {
	text-align: center;
	color: #f60;
	border-bottom: 1px solid #f60;
	line-height: 20px;
}
#info_intro a {
	color: #f60;
}
#info_ccontent {
	padding: 10px;
	margin-top: 12px;
	font-size: 14px;
}
#content .info #info_ccontent p {
	text-indent: 30px;
}
#info_ccontent img {
	max-width: 100%;
	height: auto;
}
#info_scontent {
	padding: 10px;
	text-align: center;
	font-size: 14px;
}
#info_scontent img {
	max-width: 100%;
	height: auto;
}
#info_pcontent {
	padding: 10px;
	font-size: 14px;
}
#info_pcontent img {
}
#info_around {
	padding: 5px;
background:;
	border: 1px solid #fd740f;
	border-radius: 12px;
	box-shadow: 0 0 5px rgba(0,0,0,0.8);
	margin: 20px 0 0;
}
.pl {
	float: left;
	width: 32%;
	text-align: center;
}
.pl img {
	width: 90%;
	padding: 4%;
	border: 1px solid #ccc;
}
.pm {
	float: left;
	width: 32%;
	margin: 0 2%;
}
.pm img {
	max-width: 100%;
	height: auto;
}
.pm #info_name {
	border-bottom: 2px solid #f15929;
}
.pr {
	float: right;
	width: 32%;
	text-align: center;
}
.pr img {
	max-width: 100%;
	height: auto;
}
/*无缝滚动*/
#scrollleft {
	overflow: hidden;
	width: 100%;
}
#scrollleft .scrollmain {
	float: left;
	width: 10000000%;
}
#scroll_a {
	float: left;
}
#scroll_b {
	float: left;
}
/* 漂浮的客服 */
#online_support_main {
	z-index: 9999;
	position: absolute;
	display: block;
	overflow: hidden;
	width: 112px;
	zoom: 1;
	font-family: "arial", "微软雅黑";
}
#online_support_title {
	height: 86px;


	background: url(images/online_support_title.png) no-repeat;
	cursor: pointer;
}
#online_support_title h1 {
	font-size: 14px;
	line-height: 15px;
	color: #fff;
	text-align: center;
	padding: 52px 0 0 0;
*font-family:"微软雅黑";
	height: 15px;
}
#online_support_title h2 {
	font-size: 9px;
	height: 10px;
	line-height: 10px;
	color: #fff;
	text-align: center;
}
#online_support_body {
	min-height: 100px;
	background: #3e9a1a;
	color: #fff;
}
#online_support_body a {
	color: #fff;
}
#online_support_body a:hover {
	text-decoration: none;
}
#online_support_body h1 {
	line-height: 25px;
	padding: 0 0 2px 7px;
	height: 25px;
	font-size: 12px;
	font-weight: normal;
	background: url(images/s_bor.jpg) repeat-x left bottom;
}
#online_support_body h1 a {
	background: url(images/qq.png) no-repeat left center;
	padding: 0 0 0 20px;
}
#online_support_body h2 {
	line-height: 25px;
	height: 25px;
	padding: 0 0 2px 7px;
	background: url(images/s_bor.jpg) repeat-x left bottom;
}
#online_support_body h2 img {
	padding: 2px 0 3px 0;
	width: 80px;
	height: 20px;
	margin-left: -4px;
}
#online_support_body h3 {
	line-height: 25px;
	height: 25px;
	padding: 0 0 2px 7px;
	background: url(images/s_bor.jpg) repeat-x left bottom;
}
#online_support_body h3 img {
	padding: 2px 0 2px 1px;
	width: 68px;
	height: 21px;
}
#online_support_body h4 {
	line-height: 25px;
	padding: 0 0 2px 7px;
	height: 25px;
	font-size: 12px;
	font-weight: normal;
	background: url(images/s_bor.jpg) repeat-x left bottom;
}
#online_support_body h4 a {
	background: url(images/msn.png) no-repeat left center;
	padding: 0 0 0 20px;
}
#online_support_body h5 {
	line-height: 25px;
	padding: 0 0 2px 7px;
	height: 25px;
	font-size: 12px;
	font-weight: normal;
	background: url(images/s_bor.jpg) repeat-x left bottom;
}
#online_support_body h5 a {
	background: url(images/skype.png) no-repeat left center;
	padding: 0 0 0 20px;
}
#online_contact {
	background: #3e9a1a;
	color: #fff;
}
#online_contact h1 {
	padding: 6px 0 0 6px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
}
#online_contact h2 {
	padding: 0 0 7px 7px;
	height: 15px;
	line-height: 15px;
	font-size: 14px;
}
#online_contact h3 {
	padding: 0 0 0 6px;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	border-top: 1px solid #308414;
	border-bottom: 1px solid #308414;
	background: #216c0d;
}
#online_support_bottom {
	height: 17px;
	background: url(images/online_support_bottom.png) no-repeat;
}
/*分页样式*/
.page_turner {
	margin: 20px auto;
	padding: 4px 0px 0px 1px;
	clear: both;
	color: #f60;
}
.page_turner a, .page_turner span {
	float: left;
	display: block;
	border: 1px solid #f60;
	padding: 2px 5px;
	margin-left: 4px;
	line-height: 16px;
}
.page_turner a:link, .page_turner a:visited {
	text-decoration: none;
	color: #f60;
}
.page_turner a:hover, .page_turner a.c {
	background: #f60;
	color: #FFF;
}
#total {
	color: red;
}
#menu-icon {
	display: none;
}
.sf-menu-phone {
	display: none;
}
#bwcontact h1 {
	display: none;
}
#gotop {
	height: 50px;
	width: 50px;
}
.contact {
}
.contact p {
	font-weight: bold;
	line-height: 26px;
	font-size: 16px;
	margin: 0 0 10px;
}
.contact span {
	margin: 0 0 0 20px;
}
.sc {
	width: 100%;
	margin-top: 27px;
}
.sc li {
	font-size: 14px;
	margin-bottom: 8px;
}
.sc li span {
	margin-left: 35px;
}
.sc li .ys-1 {
	margin-left: 25px;
}
.sc li .ys-2 {
	margin-left: 8px;
}
.sc li a {
	color: #0a0a0a;
}
.sc li a:hover {
	color: #ff6600;
}
.sc img {
	vertical-align: sub;
	margin-right: 8px;
}
.aniu {
	border-radius: 0;
	margin-left: 5px;
}
.ys-01 {
	width: 10%;
}
/* prodetail */
.proboder {
	border: 2px solid #999;
	border-radius: 20px;
	/*    height: 470px;
*/    margin: 8px 8px 18px;
	padding: 16px 5px;
	width: 86%;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}
.galleryarea {
	background: #ccc none repeat scroll 0 0;
	border-radius: 5px;
	height: 100px;
	margin-left: 10px;
	width: 88%;
}
.page_turner1 {
	clear: both;
	margin: 20px auto;
	padding: 4px 0 0 1px;
	position: relative;
}
.page_turner2 {
	clear: both;
	margin: 20px auto;
	padding: 4px 0 0 1px;
	position: relative;
}
.container-fluid .jdal-bk .col-md-12 .jdal-fybj {
	margin-left: 12px;
}
.videolist {
	/*margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 20px;*/
	background-color: #000;
	margin: 1% 1% 1% 2%;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.8);
	-ms-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.8);
	-o-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.8);
}
#box {
	margin: 15px auto;
	width: 95%;
}
#table-tbodyp {
	text-align: center;
}

.homelink { margin-top:25px; }
.homelink ul li { float:left; margin-right:15px; }



/*响应式开始*/
@media screen and (max-width:1900px) {
.pros li {
	width: 18%;
	margin: 15px 1%;
}
/*.pros li.li35 {
	margin: 37px 2% 37px 16.6666667%;
}*/

}
 @media screen and (max-width:1800px) {
#ipro li div {
}
#ipro h2 {
}
#ipro h2 img {
}
#ipro h3 {
}
}
 @media screen and (max-width:1700px) {
#header {
	padding: 0 100px;
}
#navigation {
	margin: 0 100px;
}
#ibwgycompany {
	padding: 50px 100px 0;
}
#ipro li div {
}
#ipro h2 {
}
#ipro h2 img {
}
#ipro h3 {
}
#icase h1 {
	font: 700 56px/52px "arial", sans-serif;
}
.video li {
	width: 23%;
}
}
 @media screen and (max-width:1500px) {
#header {
	padding: 0 50px;
}
#navigation {
	margin: 0 50px;
}
#ibwgycompany {
	padding: 50px 30px 0;
}
#content {
	margin: 20px 100px;
}
.honor li h2 {
	line-height: 18px;
	font-size: 14px;
	padding: 3px 0;
}
}
 @media screen and (max-width:1440px) {
#ipro li div {
}
#ipro h2 {
}
#ipro h2 img {
}
#ipro h3 {
}
#icase h1 {
	font: 700 40px/52px "arial", sans-serif;
}
}
 @media screen and (max-width:1320px) {
#ibwgycompany p {
	font-size: 14px;
}
#ibwgycompany {
	padding: 50px 0 0;
}
#bwgy6 {
	border: 2px solid #fd7008;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
	height: 36px;
	margin: 0 auto;
	width: 1000px;
}
.channel_list_recursion li {
	border-left: 2px solid #fd7008;
	float: left;
	font-size: 17px;
	line-height: 36px;
	text-align: center;
	width: 190px;
}
.pros li {
	margin: 15px 1%;
	width: 18%;
}
.pros li {
	float: left;
	height: 190px;
	margin: 37px 1%;
	text-align: center;
	width: 18%;
}
.pros li a {
	float: left;
	height: 190px;
	width: 100%;
}
.pros li a h1 {
	color: #fff;
	font-size: 17px;
	font-weight: normal;
	height: 190px;
	line-height: 220px;
	margin: 0 auto;
	text-align: center;
	width: 190px;
}
.pros li a h2 {
	height: 190px;
	margin: -190px auto 0;
	position: relative;
}
.pros li img {
	border-radius: 125px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
	height: 190px;
	width: 190px;
}
}
 @media screen and (max-width:1200px) {
#content {
	margin: 20px;
}
.video li {
	width: 31.3333334%;
}
.pros li a h1 {
	color: #fff;
	font-size: 17px;
	font-weight: normal;
	height: 190px;
	line-height: 220px;
	margin: 0 auto;
	text-align: center;
	width: 190px;
}
.pros li a:hover h2 {
	margin: -380px 0 0;
}
}
 @media screen and (max-width:1100px) {
#ibwgycompany li {
	width: 48%;
	margin: 0 0 30px;
	height: 120px;
}
#ibwgycompany li.li1, #ibwgycompany li.li3 {
	float: left;
}
#ibwgycompany li.li2, #ibwgycompany li.li4 {
	float: right;
}
#ibwgycompany li h2 {
	height: 120px;
	width: 120px;
}
#ibwgycompany li h2 img {
	height: 120px;
	width: 120px;
}
#ibwgycompany li.li1 h2, #ibwgycompany li.li3 h2 {
	float: right;
	margin: 0 0 0 10px;
}
#ibwgycompany li.li2 h2, #ibwgycompany li.li4 h2 {
	float: left;
	margin: 0 10px 0 0;
}
#ibwgycompany p {
	line-height: 22px;
}
#ipro li div {
	padding: 10px;
}
.pros li a:hover h2 {
	margin: -380px 0 0;
}
}
 @media screen and (max-width:1000px) {
#header {
	padding: 0 10px;
	height: auto;
	background: none;
}
#top {
	border-bottom: 1px solid #f60;
}
#top_main {
	height: auto;
	text-align: center;
	margin: 0;
	padding: 10px 0;
}
.top_logo {
	float: none;
}
.top_more {
	display: none;
}
.top_add {
	float: none;
	padding: 0;
}
#navigation {
	margin: 0 10px;
}
#ibwgycompany li {
	width: 60%;
	margin: 0 20% 20px;
}
#ibwservice ul {
	width: 100%;
}
#ibwservice li {
	float: none;
	width: 60%;
}
#ibwservice li.li1, #ibwservice li.li3, #ibwservice li.li5 {
	margin: 0 20% 20px;
}
#ibwservice li.li2, #ibwservice li.li4, #ibwservice li.li6 {
	margin: 0 20% 20px;
}
#icase {
	margin: 30px 0 0;
	box-shadow: 0 0 0;
	height: auto;
}
.bwl {
	float: none;
	width: 50%;
	padding: 0 5% 1px;
	margin: 0 20% 20px;
	box-shadow: 0 0 10px rgba(0,0,0,0.8);
	height: auto;
}
.bwm {
	float: none;
	width: 50%;
	padding: 0 5% 1px;
	margin: 0 20% 20px;
	box-shadow: 0 0 10px rgba(0,0,0,0.8);
	height: auto;
}
.bwr {
	float: none;
	width: 50%;
	padding: 0 5% 1px;
	margin: 0 20% 20px;
	box-shadow: 0 0 10px rgba(0,0,0,0.8);
	height: auto;
}
.bwl ul {
	margin: 20px 0 0;
	height: auto;
	overflow: visible;
}
#icase h2 {
	margin: 20px auto 30px;
}
#icase h1 {
	padding: 10px 0 0;
}
.bwm div {
	margin: 20px 0 0;
}
#bwr {
	margin: 20px 0 0;
}
#bwcontact h1 {
	display: block;
	text-align: center;
	color: #2C2D2E;
	font: 700 60px/86px "arial", sans-serif;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	background: #f15929;
	color: #fff;
}
#bwcontact {
	margin: 20px 0 0;
}
#bwgy6 {
	width: 860px;
	height: 30px;
}
#bwgy3 {
	width: 424px;
	height: 30px;
}
#bwgy5 {
	width: 646px;
	height: 30px;
}
#bwgy2 {
	width: 282px;
	height: 30px;
}
#bwgy1 {
	width: 140px;
	height: 30px;
}
#bwgy4 {
	width: 566px;
	height: 30px;
}
.channel_list_recursion {
	border-radius: 10px;
}
.channel_list_recursion li {
	line-height: 30px;
	font-size: 14px;
	width: 165px;
}
.channel_list_recursion li.li1 a {
	border-radius: 8px 0 0 8px;
}
/*新闻页修改代码*/
.channel_list_recursion1 li {
	line-height: 30px;
	font-size: 16px;
	width: 140px;
}
.channel_list_recursion1 li.li1 a {
	border-radius: 8px 0 0 8px;
}
/*关于我们修改代码*/
.channel_list_recursion2 li {
	line-height: 30px;
	font-size: 16px;
	width: 160px;
}
.channel_list_recursion2 li.li1 a {
	border-radius: 8px 0 0 8px;
}
.newss li {
	padding: 10px;
	float: none;
	width: auto;
	margin: 0;
}
.news h2 {
	line-height: 20px;
	font-size: 16px;
}
.dlist_detail li {
	margin: 10px 0;
	float: none;
	width: 100%;
}
.prod li {
	width: 23%;
}
.pl {
	width: 46%;
	margin: 0 2%;
}
.pm {
	width: 46%;
}
.pr {
	float: none;
	width: 100%;
	margin: 20px 0 0;
}
.iavideo {
	overflow: visible;
}
.iavideo #ivideo {
	display: none;
}
.iavideo .ivideo {
	display: block;
	height: 420px;
	width: 750px;
}
.bwm #ivideo {
	display: none
}
.bwm .ivideo {
	display: block;
	width: 100%;
	height: 300px;
}
#video {
	display: none;
}
.nvideo {
	height: 240px;
	display: block;
}
#ipro h3 {
	line-height: 26px;
	font-size: 14px;
}
.pros li {
	float: left;
	height: 160px;
	margin: 20px 1%;
	text-align: center;
	width: 18%;
}
.pros li a {
	float: left;
	height: 160px;
	width: 100%;
}
.pros li a h1 {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	height: 160px;
	line-height: 160px;
	margin: 0 auto;
	text-align: center;
	width: 160px;
}
.pros li a h2 {
	height: 160px;
	margin: -160px auto 0;
	position: relative;
}
.pros li img {
	border-radius: 125px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
	height: 160px;
	width: 160px;
}
.pros li a:hover h2 {
	margin: -320px 0 0;
}
}
 @media screen and (max-width:950px) {
.pros li {
	height: 150px;
}
.pros li a {
	height: 150px;
}
.pros li img {
	width: 150px;
	height: auto;
	border-radius: 100%;
}
.pros li a:hover {
	height: 150px;
}
.pros li a h1 {
	width: 100%;
	height: 150px;
	line-height: 150px;
}
#bwgy6 {
	height: 30px;
	width: 830px;
}
.channel_list_recursion li {
	font-size: 14px;
	line-height: 30px;
	width: 155px;
}

.pros li a h2 {
	height: 150px;
	margin: -150px auto 0;
}
.pros li a:hover h2 {
	margin: -300px 0 0;
}
.pros li a:hover h1 {
	border-radius: 100%;
}
.case li div {
	height: 200px;
	width: 200px;
}
.case li h3 {
	height: 200px;
	width: 200px;
}
.case li h3 img {
	height: 200px;
	width: 200px;
}
.case li h4 {
	height: 200px;
	width: 200px;
	line-height: 200px;
}
.case li div:hover h3 {
	margin: -200px 0 0;
}
#zp .zhaopin {
	border: none;
	float: none;
	margin: 20px 0 0;
	width: 100%;
}
.zp_list {
	padding: 10px 0 0;
}
.zp_list li {
	line-height: 22px;
	font-size: 16px;
	margin: 0 10px 0 0;
}
#zp {
	margin: 10px 0 0;
}
.zp h6, .contact h6 {
	line-height: 40px;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}
#zp .zhaopin .jianjie {
	padding: 0;
}
#zp .zhaopin .mb {
	margin: 0;
}
}
 @media screen and (max-width:850px) {
#bwgy6 {
	width: auto;
	border: none;
	margin: 0;
	border-radius: 0;
}
#bwgy6 li.li1 a {
	border-radius: 0;
}
#bwgy6 li.li6 a {
	border-radius: 0;
}
#bwgy6 li {
	border: 0;
	width: 20%;
}
#bwgy6 li a {
	background: #eee;
	-moz-box-shadow: 0 0 10px #333 inset;
	-webkit-box-shadow: 0 0 10px #333 inset;
	-o-box-shadow: 0 0 10px #333 inset;
	-ms-box-shadow: 0 0 10px #333 inset;
	box-shadow: 0 0 10px #333 inset;
}
#bwgy6 li a:hover {
	background: #f15929;
	color: #FFF;
}
#bwgy6 #current_channel_recursion a {
	background: #f15929;
	color: #FFF;
}
#bwgy6 .bwactivated {
	background: #f15929;
	color: #FFF;
}
#bwgy1 {
	width: 140px;
	border: none;
	margin: 0 auto;
	border-radius: 0;
}
#bwgy1 li.li1 a {
	border-radius: 0;
}
#bwgy1 li {
	border: 0;
	width: 100%;
}
#bwgy1 li a {
	background: #eee;
	-moz-box-shadow: 0 0 10px #333 inset;
	-webkit-box-shadow: 0 0 10px #333 inset;
	-o-box-shadow: 0 0 10px #333 inset;
	-ms-box-shadow: 0 0 10px #333 inset;
	box-shadow: 0 0 10px #333 inset;
}
#bwgy1 li a:hover {
	background: #f15929;
	color: #FFF;
}
#bwgy1 #current_channel_recursion a {
	background: #f15929;
	color: #FFF;
}
#bwgy1 .bwactivated {
	background: #f15929;
	color: #FFF;
}
.fzlc ul {
	width: 96%;
}
.fzlc ul.ul1, .fzlc ul.ul3, .fzlc ul.ul2 {
	margin: 0 -2px 20px;
}
.fzlc h1 {
	font-size: 22px;
	line-height: 40px;
}
.fzlc h2 {
	line-height: 20px;
	font-size: 14px;
}
.news li {
	width: 29.3333334%;
	margin: 10px 1%;
}
.contact h6 {
	margin: 0 0 10px;
}
.ys-01 {
	width: 100%;
	margin-bottom: 5px;
}
.container-fluid .jdal-bk .col-md-12 .jdal-fybj .jdal-syp {
	width: 100%;
	height: 36px;
	font-size: 16px;
	line-height: 36px;
	border: 2px solid #fe9047;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right: 2%;
	transition: all 1s ease;
}
.container-fluid .lxwm-bk .lxwm span {
	margin-left: 0px;
}
#custom-ys {
	height: auto;
}
.container-fluid .row .lxwm span {
	margin-left: 0px;
}
.container-fluid .row .lxwmOne span {
	margin-left: 0px;
}
}
 @media screen and (max-width:800px) {
#ibwgycompany h1, #ipro h1, #ibwservice h1 {
	font: 600 70px/64px "arial", sans-serif;
}
#ibwgycompany li {
	width: 80%;
	margin: 0 10% 20px;
	text-align: center;
}
.iavideo .ivideo {
	height: 400px;
	width: 100%;
	background: #000;
}
.iavideo {
	height: 400px;
	width: auto;
	margin: 0 10px;
}
#ipro li div {
}
#ibwservice li {
	float: none;
	width: 80%;

}
#ibwservice li.li1, #ibwservice li.li3, #ibwservice li.li5 {
	margin: 0 10% 20px;
}
#ibwservice li.li2, #ibwservice li.li4, #ibwservice li.li6 {
	margin: 0 10% 20px;
}
.bwl {
	width: 70%;
	margin: 0 10% 20px;
}
.bwm {
	width: 70%;
	margin: 0 10% 20px;
}
.bwr {
	width: 70%;
	margin: 0 10% 20px;
}
.nvideo {
	height: 130px;
}
.video p {
	line-height: 18px;
	font-size: 14px;
}
}
 @media screen and (max-width:750px) {
#bwgy5 {
	width: auto;
	border: none;
	margin: 0;
	border-radius: 0;
}
#bwgy5 li.li1 a {
	border-radius: 0;
}
#bwgy5 li.li5 a {
	border-radius: 0;
}
#bwgy5 li {
	border: 0;
	width: 20%;
}
#bwgy5 li a {

	background: #eee;
	-moz-box-shadow: 0 0 10px #333 inset;
	-webkit-box-shadow: 0 0 10px #333 inset;
	-o-box-shadow: 0 0 10px #333 inset;
	-ms-box-shadow: 0 0 10px #333 inset;
	box-shadow: 0 0 10px #333 inset;
}
#bwgy5 li a:hover {
	background: #f15929;
	color: #FFF;
}
#bwgy5 #current_channel_recursion a {
	background: #f15929;
	color: #FFF;
}
#bwgy5 .bwactivated {
	background: #f15929;
	color: #FFF;
}
#content {
	margin: 20px 10px;
	padding: 10px;
}
.custom {
	padding: 10px;
}
.pros li {
	height: 160px;
}
.pros li a {
	height: 160px;
}
.pros li img {
	width: 160px;
}
.pros li a:hover {
	height: 160px;
}
.pros li a h1 {
	width: 160px;
	height: 160px;
	line-height: 160px;
}
.pros li a h2 {
	height: 160px;
	margin: -160px auto 0;
}
.pros li a:hover h2 {
	margin: -320px 0 0;
}
.prod li {
	width: 31.3333334%;
}
.case li div {
	height: 160px;
	width: 160px;
}
.case li h3 {
	height: 160px;
	width: 160px;
}
.case li h3 img {
	height: 160px;
	width: 160px;
}
.case li h4 {
	height: 160px;
	width: 160px;
	line-height: 160px;
}
.case li div:hover h3 {
	margin: -160px 0 0;
}
#info_name {
	font-size: 20px;
	line-height: 24px;
	padding: 5px 0;
}
}
 @media screen and (max-width:660px) {
#navigation ul li h1 {
	font-size: 14px;
}
#navigation ul li h2 {
	font-size: 14px;
}
#ipro li {
	width: 31.3333334%;
}
#ipro li h3 {
	line-height: 26px;
	font-size: 16px;
}
.honor li {
	width: 31.3333334%;
	margin: 10px 1%;
}
.pic li {
	width: 31.3333334%;
}
/*产品首页修改*/
.pic1 li {
	width: 31.3333334%;
}
.pl {
	width: 100%;
	margin: 0 0 20px;
}
.pm {
	width: 100%;
	margin: 0 0 20px;
	text-align: center;
}
}
 @media screen and (max-width:620px) {
#ibwservice ul {
	width: auto;
	margin: 0 10px;
}
#ibwservice li {
	float: none;
	width: 100%;
}
#ibwservice li.li1, #ibwservice li.li3, #ibwservice li.li5 {
	margin: 0 0 20px;
}
#ibwservice li.li2, #ibwservice li.li4, #ibwservice li.li6 {
	margin: 0 0 20px;
}
#gotop {
	height: 30px;
	width: 30px;
}
}
 @media screen and (max-width:600px) {
#ibwgycompany ul {
	padding: 20px 10px 0;
}
#ibwgycompany li {
	width: 100%;
	text-align: center;
	margin: 0 0 20px;
}
.pros li {
	width: 46%;
}
.pros li.li35 {
	margin: 37px 2% 0;
}
.pros li.li34 {
	margin: 37px 27%;
}
#bwgy4 {
	width: auto;
	border: none;
	margin: 0;
	border-radius: 0;
}
#bwgy4 li.li1 a {
	border-radius: 0;
}
#bwgy4 li.li4 a {
	border-radius: 0;
}
#bwgy4 li {
	border: 0;
	width: 25%;
}
#bwgy4 li a {
	background: #eee;
	-moz-box-shadow: 0 0 10px #333 inset;
	-webkit-box-shadow: 0 0 10px #333 inset;
	-o-box-shadow: 0 0 10px #333 inset;
	-ms-box-shadow: 0 0 10px #333 inset;
	box-shadow: 0 0 10px #333 inset;
}
#bwgy4 li a:hover {
	background: #f15929;
	color: #FFF;
}
#bwgy4 #current_channel_recursion a {
	background: #f15929;
	color: #FFF;
}
#bwgy4 .bwactivated {
	background: #f15929;
	color: #FFF;
}
}
 @media screen and (max-width:580px) {
.top_left {
	float: none;
	text-align: center;
}
.top_right {
	display: none;
}
#ibwgycompany h4 {
	width: 180px;
	height: 50px;
	line-height: 50px;
}
#ibwgycompany h4 a {
	font-size: 22px;
}
#ipro li {
	width: 46%;
}
#ibwservice h4 {
	width: 180px;
	height: 50px;
	line-height: 50px;
}
#ibwservice h4 a {
	font-size: 22px;
}
#icase h2 {
	width: 174px;
	height: 44px;
	line-height: 44px;
}
#icase h2 a {
	font-size: 22px;
}
#bwcontact h1 {
	font: 400 40px/60px "arial", sans-serif;
}
.bwl ul {
	margin: 10px 0 0;
}
#icase h2 {
	margin: 10px auto 20px;
}
.bwm div {
	margin: 10px 0 0;
}
#bwr {
	margin: 10px 0 0;
}
#map {
	height: 300px;
}
.map-link {
	right: 10px;
	top: 10px;
}
#bwgy6 li a {
	font-size: 14px;
}
.news li {
	width: 46%;
}
.case li {
	width: 46%;
}
#info_intro {
	display: none;
}
#info_name {
	border-bottom: 2px solid #f15929;
}
}
 @media screen and (max-width:540px) {
.prod li {
	width: 48%;
}
}
 @media screen and (max-width:520px) {
#navigation_main {
	display: none;
}
#menu-icon {
	height: 40px;
	display: block;
	background: #f60;
	cursor: pointer;
	text-transform: uppercase;
	text-align: center;
}
#menu-icon img {
	height: 40px
}
.sf-menu-phone {
	display: none;
}
.sf-menu-phone li {
	position: relative;
	line-height: 36px;
	text-align: center;
	height: 36px;
	padding: 2px 0 0;
	background: url(images/anav_li.png) left top repeat-x #f60;
}
.sf-menu-phone li a {
	display: block;
	color: #FFF;
	font-size: 16px;
}
.sf-menu-phone ul {
	width: auto;
	padding: 0;
	display: none;
}
.sf-menu-phone ul li a:hover {
	background: #014a8a;
}
.iavideo .ivideo {
	height: 300px;
}
.iavideo {
	height: 300px;
}
#ibwservice {
	margin: 20px 0 0;
}
#ibwservice ul {
	padding: 20px 0 0;
	text-align: center;
}
#ibwservice li {
	height: auto;
	padding: 10px 0;
}
#ibwservice li h2 {
	width: 100%;
}
#ibwservice li.li1 h2, #ibwservice li.li3 h2, #ibwservice li.li5 h2 {
	float: none;
	border-radius: 12px 12px 0 0;
	margin: 0 0 10px;
}
#ibwservice li.li1 h2 img, #ibwservice li.li3 h2 img, #ibwservice li.li5 h2 img {
	border-radius: 0;
}
#ibwservice li.li2 h2, #ibwservice li.li4 h2, #ibwservice li.li6 h2 {
	float: none;
	border-radius: 12px 12px 0 0;
	margin: 0 0 10px;
}
#ibwservice li.li2 h2 img, #ibwservice li.li4 h2 img, #ibwservice li.li6 h2 img {
	border-radius: 0;
}
.bwl {
	width: 90%;
	margin: 0 0 20px;
}
.bwm {
	width: 90%;
	margin: 0 0 20px;
}
.bwr {
	width: 90%;
	margin: 0 0 20px;
}
.custom p {
	font-size: 14px;
	line-height: 22px;/*text-indent: 28px;*/
}
}
 @media screen and (max-width:500px) {
#ibwgycompany li {
	float: none;
	height: auto;
	text-align: center;
}
#ibwgycompany li.li1 h2, #ibwgycompany li.li3 h2 {
	float: none;
	margin: 0 auto 10px;
	text-align: center;
}
#ibwgycompany li.li2 h2, #ibwgycompany li.li4 h2 {
	float: none;
	margin: 0 auto 10px;
}
#ibwgycompany li.li1, #ibwgycompany li.li3 {
	text-align: center;
}
#ibwgycompany li.li2, #ibwgycompany li.li4 {
	text-align: center;
}
.newss li {
	padding: 5px 2px;
	font-size: 14px;
}
.video li {
	width: 48%;
}
}
 @media screen and (max-width:480px) {
#ipro li {
	width: 46%;
}
#ipro li.li35 {
	margin: 20px 2%;
}
#ipro li.li34 {
	margin: 20px 27%;
}
.honor li {
	width: 48%;
}
.dlist_detail .strong2 {
	display: none;
}
.pic li {
	width: 46%;
}
.propic li {
	width: 46%;
}
.propic2 li {
	width: 46%;
}
/*产品首页修改*/
.pic1 li {
	width: 46%;
}
.contact p {
	font-weight: bold;
	line-height: 20px;
	font-size: 14px;
	margin: 0 0 5px;
}
.contact span {
	margin: 0 0 0 20px;
}
}
 @media screen and (max-width:440px) {
.top_add h1 {
	line-height: 24px;
	font-size: 18px;
	text-shadow: 0 0 0;
}
.top_add h2 {
	line-height: 20px;
	font-size: 16px;
	text-shadow: 0 0 0;
}
#ibwgycompany h1, #ipro h1, #ibwservice h1, #icase h1 {
	font: 400 40px/40px "arial", sans-serif;
}
#bwr {
	height: 100px;
}
#bwr li {
	height: 100px;
}
#bwr li img {
	height: 100px;
	width: 100px;
}
#map {
	height: 260px;
}
#bwgy3 {
	width: auto;
	border: none;
	margin: 0;
	border-radius: 0;
}
#bwgy3 li.li1 a {
	border-radius: 0;
}
#bwgy3 li.li3 a {
	border-radius: 0;
}
#bwgy3 li {
	border: 0;
	width: 33.3333334%;
}
#bwgy3 li a {
	background: #eee;
	-moz-box-shadow: 0 0 10px #333 inset;
	-webkit-box-shadow: 0 0 10px #333 inset;
	-o-box-shadow: 0 0 10px #333 inset;
	-ms-box-shadow: 0 0 10px #333 inset;
	box-shadow: 0 0 10px #333 inset;
}
#bwgy3 li a:hover {
	background: #f15929;
	color: #FFF;
}
#bwgy3 #current_channel_recursion a {
	background: #f15929;
	color: #FFF;
}
#bwgy3 .bwactivated {
	background: #f15929;
	color: #FFF;
}
.newsd_intro .span2 {
	display: none;
}
.dlist_detail_title {
	font-size: 14px;
	line-height: 18px;
	padding: 4px 0;
}
#zp .zhaopin .jianjie .zhiwei {
	width: 100%;
}
#zp .zhaopin .jianjie .require {
	width: 100%;
}
#zp .zhaopin .jianjie .require ul li {
	width: 45%;
	margin: 0 2% 10px;
}
}
 @media screen and (max-width:420px) {
#bwgy6 li a {
	line-height: 18px;
	padding: 6px 15px;
	box-sizing: border-box;
}
#bwgy6 {
	height: auto;
}
#bwgy6 li {
	line-height: 18px;
}
}
 @media screen and (max-width:400px) {
#cate {
	margin: 10px 0 0;
	height: auto;
}
#bwgy5 li {
	line-height: 18px;
}
#bwgy5 li a {
	line-height: 18px;
	padding: 6px 20px;
	box-sizing: border-box;
	font-size: 14px;
}
#content {
	margin: 10px 0;
	padding: 10px;
	border-radius: 0;
}
.contact {
	padding: 0 10px;
}
.info {
	padding: 20px 0 0;
}
.video li {
	width: 98%;
}
#ibwgycompany {
	padding: 10px 0 0;
}
#ibwgycompany ul li.li2, #ibwgycompany ul li.li3, #ibwgycompany ul li.li4 {
	display: none;
	text-align: center;
}
.iavideo {
	height: auto;
}
.iavideo .ivideo {
	height: auto;
}
#ibwgycompany h4 {
	margin: 10px auto;
}
#ipro {
	margin: 0;
}
#bwcontact {
/*display: none;*/
}
.contact #map {
	display: none;
}
#icase {
	margin: 20px 0 0;
}
}
 @media screen and (max-width:380px) {
#top {
	display: none;
}
.top_logo {
	padding: 0;
}
.contact p span {
	margin: 0 0 0 10px;
}
}
 @media screen and (max-width:360px) {
#ibwgycompany p {
	line-height: 16px;
	padding: 3px 0;
}
.iavideo .ivideo {
	height: 200px;
}
.iavideo {
	height: 200px;
}
#map {
	height: 200px;
}
.pros li {
	height: 120px;
}
.pros li a {
	height: 120px;
}
.pros li img {
	width: 120px;
}
.pros li a:hover {
	height: 120px;
}
.pros li a h1 {
	width: 120px;
	height: 120px;
	line-height: 120px;
}
.pros li a h2 {
	height: 120px;
	margin: -120px auto 0;
}
.pros li a:hover h2 {
	margin: -240px 0 0;
}
#ibwservice {
	display: none;
}
#bwgy6 li a {
	padding: 6px 10px;
}
}
 @media screen and (max-width:340px) {
.case li div {
	height: 140px;
	width: 140px;
}
.case li h3 {
	height: 140px;
	width: 140px;
}
.case li h3 img {
	height: 140px;
	width: 140px;
}
.case li h4 {
	height: 140px;
	width: 140px;
	line-height: 140px;
}
.case li div:hover h3 {
	margin: -140px 0 0;
}
#bwgy5 li a {
	padding: 6px 15px;
}
}
 @media screen and (max-width:330px) {
.top_add h1 {
	line-height: 20px;
	font-size: 16px;
}
.top_add h2 {
	line-height: 18px;
	font-size: 16px;
}
.dlist_detail .strong3 {
	display: none;
}
}
 @media screen and (max-width:300px) {
.top_add h1 {
	line-height: 16px;
	font-size: 14px;
}
.top_add h2 {
	line-height: 16px;
	font-size: 14px;
}
#ibwgycompany li h3 {
	font: 400 22px/22px "arial", sans-serif;
}
#ipro li {
	width: 96%;
}
#ipro li.li34 {
	margin: 20px 2%;
}
#ibwservice li h3 {
	font: 400 20px/36px "arial", sans-serif;
	color: #2C2D2E;
	text-transform: uppercase;
	text-align: center;
}
.bwl li {
	width: 23%;
}
.ivideo {
	height: 200px;
}
.bwm div {
	height: auto;
}
#bwcontact h1 {
	font: 200 20px/30px "arial", sans-serif;
}
#gotop {
	height: 20px;
	width: 20px;
}
#bwgy2 {
	width: auto;
	border: none;
	margin: 0 10px;
	border-radius: 0;
}
#bwgy2 li.li1 a {
	border-radius: 0;
}
#bwgy2 li.li2 a {
	border-radius: 0;
}
#bwgy2 li {
	border: 0;
	width: 50%;
}
#bwgy2 li a {
	background: #eee;
	-moz-box-shadow: 0 0 10px #333 inset;
	-webkit-box-shadow: 0 0 10px #333 inset;
	-o-box-shadow: 0 0 10px #333 inset;
	-ms-box-shadow: 0 0 10px #333 inset;
	box-shadow: 0 0 10px #333 inset;
}
#bwgy2 li a:hover {
	background: #f15929;
	color: #FFF;
}
#bwgy2 #current_channel_recursion a {
	background: #f15929;
	color: #FFF;
}
#bwgy2 .bwactivated {
	background: #f15929;
	color: #FFF;
}
#bwgy4 li a {
	line-height: 18px;
	padding: 6px 10px;
	box-sizing: border-box;
	font-size: 14px;
}
#bwgy4 {
	height: auto;
}
#bwgy4 li {
	line-height: 18px;
}
.news li {
	width: 96%;
}
.prod li .prod-cont {
	bottom: 10px;
}
.prod li h1 {
	line-height: 20px;
	font-size: 16px;
	margin: 0 0 10px;
	padding: 5px;
}
.prod li h2 {
	font-size: 14px;
	line-height: 24px;
}
.case li {
	width: 48%;
	margin: 10px 1%;
}
.case li div {
	height: 100px;
	width: 100px;
}
.case li h3 {
	height: 100px;
	width: 100px;

}
.case li h3 img {
	height: 100px;
	width: 100px;
}
.case li h4 {
	height: 100px;
	width: 100px;
	line-height: 100px;
	font-size: 16px;
}
.case li div:hover h3 {
	margin: -100px 0 0;
}
#zp .zhaopin .jianjie .require ul li {
	width: 90%;
	margin: 0 5% 10px;
}
}
 @media screen and (max-width:270px) {
.newsd_intro .span3 {
	display: none;
}
.pros li {
	width: 96%;
}
.pros li.li34 {
	margin: 37px 2%;
}
#bwgy3 li a {
	line-height: 18px;
	padding: 6px 10px;
	box-sizing: border-box;
	font-size: 14px;
}
}
 @media screen and (max-width:230px) {
.top_add span {
	display: none;
}
#ibwgycompany h1, #ipro h1, #ibwservice h1 {
	font: 200 20px/20px "arial", sans-serif;
}
}
 @media screen and (max-width:220px) {
#ibwservice li {
	height: auto;
	padding: 0 0 10px;
}
#ibwservice li h2 {
	height: auto;
}
#ibwservice li.li1 h2 img, #ibwservice li.li3 h2 img, #ibwservice li.li5 h2 img {
	border-radius: 12px 12px 0 0;
	width: 100%;
	height: auto;
}
#ibwservice li.li2 h2 img, #ibwservice li.li4 h2 img, #ibwservice li.li6 h2 img {
	border-radius: 12px 12px 0 0;
	width: 100%;
	height: auto;
}
}
 @media screen and (max-width:980px) {
.page_turner1 {
	clear: both;
	margin: 20px auto;
	padding: 4px 0 0 1px;
	position: relative;
}
.page_turner2 {
	clear: both;
	margin: 20px auto;
	padding: 4px 0 0 1px;
	position: relative;
}
.container-fluid .row .col-md-9 .row.kjj .yjOne .bk-aniu .aniu {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0;
	font-size: 16px;
	text-align: center;
	color: #FFF;
	width: 100%;
}
}
ul.pronavtab li {
	width: 50%;
}
.container-fluid .row .col-md-9 .row .bgw .row .xxkj .row .syhy-nr .contentbody {
	font-size: 16px;
}
.optione {
	text-align: center;
	font-size: 28px;
	line-height: 45px;
	color: #fff;
	background: #F60;
	margin: auto;
	width: 99%;
	margin-bottom: 20px;
}
.row-Border th {
	font-size: 14px;
	color: #fff;
	background: #FF6600;
	text-align: center;
}

.prodetailtable { margin:auto; text-align:center; width:830px; }
.prodetailtable table { width:830px; border-collapse:collapse; border-right:2px #ff6600 solid; border-bottom:2px #ff6600 solid;  }
.prodetailtable table td { text-align:left; border-left:2px #ff6600 solid; border-top:2px #ff6600 solid; vertical-align:top; padding:5px; font-size:16px; }
.prodetailtable table td b { font-size:16px; line-height:30px; color:#ff6600; font-weight:bold; }
.prodetailtable table td h3 { font-size:16px; line-height:30px; color:#ff6600; }
.prodetailtable table th { text-align:center; border-left:2px #ff6600 solid; border-top:2px #ff6600 solid; vertical-align:top; padding:5px; font-size:18px; color:#fff; background:#ff9751; }
.prodetailtable table td span { color:#09F; font-weight:bold; }
.prodetailtable h2 { border-bottom:4px #ff791f solid; text-align:left; text-indent:10px; font-size:24px; color:#ff791f; font-weight:bold; line-height:35px; margin-bottom: 15px;}
.prodetailtable table td li { line-height:30px; background:url(/Template/cn/skins/bw/images/li-ico.png) no-repeat 0px 10px; padding-left:18px; font-size:16px; }

.container-fluid .lxwm-bk .lxwm h5 {
    color: #ff6600;
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
}

/* 联系我们 */

#LXYS .bYs3{
	padding:0 15px;
}
#LXYS .bYs2{
	border:2px solid #ff6600;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	padding:20px;
	margin-bottom:25px;
        height:265px;
}
#LXYS .bYs h3{
	font-size:20px;
	color:#ff6600;
        margin-bottom:10px;
        line-height:24px;
        font-weight: bold;
}
#LXYS .bYs p{
	font-size:16px;
	color:#383838;
        margin-bottom:3px;
       font-weight: bold;
}

/*产品页联系我们*/
.bzYs{
      margin-top:30px;
}
.bYs2{
	border:2px solid #ff6600;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	padding:20px;
	margin-bottom:25px;
        height:295px;
}
.bYs h3{
	font-size:20px;
	color:#ff6600;
        margin-bottom:10px;
        line-height:24px;
        font-weight: bold;
}
.bYs p{
	font-size:16px;
	color:#383838;
        margin-bottom:3px;
       font-weight: bold;
}
.bYs4{
	padding: 0 12px 0 11px;
}
.fgxOne{
border-top:4px solid #ff791f;
margin: 25px 15px 0;
}


@media (max-width: 1440px) {
  .colmd {
    width:46.5%;
    float:left;
  }
}
@media (max-width: 900px) {
  .colmd {
    width:90%;
float:left;
  }
}
@media (min-width: 1440px) {
  .colmd {
    width:30.8%;
    float:left;
  }
}
@media (min-width: 1441px) {
  #LXYS .bYs2{
        height:225px;
}
}
